home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PASIMAGE.ZIP / IMAGE.DOC < prev    next >
Text File  |  1993-09-30  |  2KB  |  40 lines

  1.                 --------------------------------------------
  2.                 -       320x200x256c IMAGE DISPLAYER       -
  3.                 --------------------------------------------
  4.         Okay this should be very straight forward for someone with a little
  5. knowledge of Pascal. This should be bloody easy to follow so ill only briefly
  6. explain things. I used Turbo Pascal 7.0 so if your still using 6.0 you may need to
  7. make some minor alterations(but i doubt it). Once you have read through the
  8. source code everything should be self explanitory. I hope this is useful for
  9. people starting out in displaying graphics, i remember trying to learn to
  10. display crap and found that most of the source code on boards was either
  11. ancient or useless. Use it as a starting point for demos or whatever use you
  12. have for it. Thanks to Fred Nietzche for the VGA intro making Pak he released
  13. yonks ago which i used to learn from. Oh..the Art included was just a demo
  14. image and i know it looks shit.
  15.  
  16. 1. Capture the image you wish to use using the CAPTURE provided.
  17.    You should then have the output files IMAGE.DAT & IMAGE.PAL.
  18.  
  19. 2. Next you must make these files OBJECT files so as to link them into the one
  20.    file when compiled. To do this you are required to use BINOBJ provided with
  21.    Turbo Pascal. All you do is type a command line like as follows :
  22.  
  23.    e.g. C:\> BINOBJ IMAGE.DAT LOGO.OBJ LOGO
  24.         C:\> BINOBJ IMAGE.PAL LOGOPAL.OBJ LOGOPAL
  25.  
  26.    This should be straight forward so i wont explain it further.
  27.  
  28. 3. Compile IMAGE.PAS and Bobs your Uncle.
  29.  
  30. 4. [Optional] The result will be about 68k now you can shrink it by either
  31.    using an EXE compression util such as PKLITE, DIET or which ever one takes
  32.    your fancy, the result will be under 10k usually.
  33.  
  34. Fuck i hate typing Documents.....
  35.  
  36. If you wish to give comments Post Gator in the pascal message base on the
  37. Communications Barrier (Australia) i call there regulary.
  38.  
  39. Gator
  40.